what — List all functions


\begin{rail}
What : 'what' '(' List ? ')' ;
\end{rail}
what without any arguments returns a string matrix of all the built-in and user-defined functions that currently reside in the global symbol table. If you supply a list argument to what, it will print out a list of the user-defined functions in the list.

Subsections